home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 299_01 / crews4.ex < prev    next >
Text File  |  1989-12-28  |  899b  |  41 lines

  1.  
  2.  
  3.  
  4. Example 4.  An Example of Output Generated by a Hydraulic Analysis
  5. Program using MEL.  (From the input data given in Example 1.)
  6.  
  7.  
  8. program, 
  9.     name = 'HAPN - Hydraulic Analysis of Piping Networks', 
  10.     problem_title = 'Example Problem Illustrating MEL'; 
  11. message, 
  12.     text = 'Date: Thu Jul 13 09:02:11 1989'; 
  13. message, 
  14.     text = 'Input filename: input'; 
  15. equations, 
  16.     node = 0, 
  17.     loop = 0, 
  18.     iterations = 7; 
  19. branch, 
  20.     number = 100, 
  21.     type = 'independent_branch', 
  22.     flow_rate = 436238 (lbm/h), 
  23.     flow_change = -6.20476e-007 (%), 
  24.     flow_dp = 2.17 (psi), 
  25.     elevation_dp = 0 (psi); 
  26. component, 
  27.     branch_number = 100, 
  28.     component_number = 0, 
  29.     type = 'pipe', 
  30.     resistance = 4.95228 (Pa*s2/kg2), 
  31.     change_resistance = -1.24095e-008 (%), 
  32.     pressure_drop = 2.17 (psi); 
  33. node, 
  34.     number = 1, 
  35.     pressure = 8.67 (psi); 
  36. node, 
  37.     number = 2, 
  38.     pressure = 6.5 (psi); 
  39. next; 
  40.  
  41.